home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / UCB Logo 3.0 / logolib / combine < prev    next >
Encoding:
Text File  |  1992-09-04  |  111 b   |  7 lines  |  [TEXT/JV01]

  1. to combine :this :those
  2. if wordp :those [output word :this :those]
  3. output fput :this :those
  4. end
  5.  
  6. bury "combine
  7.